home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / front.lha / front / m2c / README < prev    next >
Text File  |  1992-08-18  |  914b  |  25 lines

  1. Common Front-End for Lalr, Ell, and Bnf
  2. =======================================
  3.  
  4. The front-end (front) makes use of a library of reusable Modula-2 modules.
  5. This library (MLIB=reuse) must have been compiled before.
  6. It has been compiled successfully on several configurations:
  7.  
  8. configuration | computer | processor | operating-system | compiler
  9. --------------------------------------------------------------------
  10. CC            | SUN 3    | MC 68020  | SunOS 4.1        | cc
  11. CC          | SUN 4    | SPARC     | SunOS 4.1      | cc
  12. CC          | VAX 2000 |         | ULTRIX V2.0    | cc
  13. CC          | VAX 8500 |         | ULTRIX V2.0-1    | cc
  14. CC          | DEC 3100 | MIPS      | ULTRIX V2.0-7    | cc
  15.  
  16. When moving from little-endian to big-endian machines or vice versa
  17. (like e. g. VAX and MC 68000) the binary files Scan.Tab and Pars.Tab
  18. have to be converted:
  19.  
  20.    make bin.conv
  21.  
  22. To generate the front-end use:
  23.  
  24.    make install LIB=... OPT=...
  25.